バージョン

GetBounds(IEnumerable<Point>) メソッド

無数のポイントで軸に平行な境界ボックスを取得します。
シンタックス
'宣言
 
Public Overloads Shared Function GetBounds( _
   ByVal points As IEnumerable(Of Point) _
) As Rect
public static Rect GetBounds( 
   IEnumerable<Point> points
)

パラメータ

points

戻り値の型

軸に平行な境界矩形または Rect.Empty
参照